home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00095.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  1.3 KB  |  54 lines

  1. on movoff
  2.   global movPC
  3.   if movPC = 2 then
  4.     set the movieRate of sprite 2 to 0
  5.     set movPC to 0
  6.     exit
  7.   end if
  8.   if movPC = 4 then
  9.     set the movieRate of sprite 4 to 0
  10.     set movPC to 0
  11.     exit
  12.   end if
  13.   if movPC = 12 then
  14.     set the movieRate of sprite 6 to 0
  15.     set movPC to 0
  16.     exit
  17.   end if
  18.   if movPC = 5 then
  19.     set the movieRate of sprite 4 to 0
  20.     set the movieRate of sprite 5 to 0
  21.     set movPC to 0
  22.     exit
  23.   end if
  24.   if movPC = 6 then
  25.     set the movieRate of sprite 4 to 0
  26.     set the movieRate of sprite 5 to 0
  27.     set the movieRate of sprite 6 to 0
  28.     set movPC to 0
  29.     exit
  30.   end if
  31.   if movPC = 7 then
  32.     set the movieRate of sprite 4 to 0
  33.     set the movieRate of sprite 5 to 0
  34.     set the movieRate of sprite 6 to 0
  35.     set the movieRate of sprite 7 to 0
  36.   end if
  37.   if movPC = 8 then
  38.     set the movieRate of sprite 4 to 0
  39.     set the movieRate of sprite 5 to 0
  40.     set the movieRate of sprite 6 to 0
  41.     set the movieRate of sprite 7 to 0
  42.     set the movieRate of sprite 8 to 0
  43.   end if
  44.   if movPC = 9 then
  45.     set the movieRate of sprite 4 to 0
  46.     set the movieRate of sprite 5 to 0
  47.     set the movieRate of sprite 6 to 0
  48.     set the movieRate of sprite 7 to 0
  49.     set the movieRate of sprite 8 to 0
  50.     set the movieRate of sprite 9 to 0
  51.   end if
  52.   set movPC to 0
  53. end
  54.